local variable
A variable that is associated with a block of code rather than an object or class. An local variable is only accessible from within the code block and it goes out of scope when the block of code returns to its caller.
Copyright © 2003-2008 Gerard Meszaros all rights reserved